Method
Namespace: Vox
Declared in: Vox.SoundBufferFactory
Deletes the specified sound buffers. If they belong to the same output device, deletes them efficiently with one native call, otherwise falling back to Dispose. Already disposed buffers are skipped.
public static void Delete(
SoundBuffer[] buffers
)